golang.org/x/text/cases.caseTrie.lookupValue (method)
13 uses
golang.org/x/text/cases (current package)
tables15.0.0.go#L81: return t.lookupValue(uint32(i), c1), 2
tables15.0.0.go#L97: return t.lookupValue(uint32(i), c2), 3
tables15.0.0.go#L119: return t.lookupValue(uint32(i), c3), 4
tables15.0.0.go#L134: return t.lookupValue(uint32(i), s[1])
tables15.0.0.go#L138: return t.lookupValue(uint32(i), s[2])
tables15.0.0.go#L142: return t.lookupValue(uint32(i), s[3])
tables15.0.0.go#L166: return t.lookupValue(uint32(i), c1), 2
tables15.0.0.go#L182: return t.lookupValue(uint32(i), c2), 3
tables15.0.0.go#L204: return t.lookupValue(uint32(i), c3), 4
tables15.0.0.go#L219: return t.lookupValue(uint32(i), s[1])
tables15.0.0.go#L223: return t.lookupValue(uint32(i), s[2])
tables15.0.0.go#L227: return t.lookupValue(uint32(i), s[3])
tables15.0.0.go#L240: func (t *caseTrie) lookupValue(n uint32, b byte) uint16 {